This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Photo Gallery from a view? ~Michelle Rewepulakoi 27.Jan.04 09:08 PM a Web browser Domino Designer 6.5All Platforms
Its using an embedded view using HTML.
Im not wanting to Limit the number of entries, Im wanting to make the entries display in a grid fashon and not just a list.
Here is an html example
<table>
<tr>
<td>IMAGE</td>
<td>IMAGE</td>
<td>IMAGE</td>
</tr><tr>
<td>IMAGE</td>
<td>IMAGE</td>
<td>IMAGE</td>
</tr>
</table>
NOw the ONLY way i can do that is to FIgure a way to use the modulus operator within the VIEW formula.
Make sense?